@charset "UTF-8";
/* CSS Document */
/*
  Only required is to display none the .menu-icon
*/

.menu-icon {
    display: none;
    cursor: pointer;
    color: #05868E;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    padding: 10px 0;
}
.menu-icon .menu-box {
    width: 30px;
    height: 25px;
    padding: 0px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.menu-icon .menu-box span {
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    background: #ffffff;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
/*
.menu-icon.hover:not(.active) span:nth-child(1) {
    transform: rotate(90deg) translateX(8px);
    -webkit-transform: rotate(90deg) translateX(8px);
}
*/
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
    margin-top: 7px;
}
/*
.menu-icon.hover:not(.active) span:nth-child(3) {
    transform: rotate(-90deg) translateX(6px);
    -webkit-transform: rotate(-90deg)  translateX(6px);
}
*/
.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}
.enumenu_ul {
    padding: 0px;
    list-style: none;
    float: right;
    width: 100%;
    text-align: right
}
.enumenu_ul > li {
	  display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px 10px;
}
.enumenu_ul > li:first-child {margin-left: 0px;}
.enumenu_ul > li:last-child {margin-right: 0px;}
.enumenu_ul li a {
    font-size: 15px;
    color: #39424e;
    padding: 0px;
    padding-bottom: 10px;
    border-top:4px solid transparent;
    
}
.enumenu_ul > li:hover > a,
.enumenu_ul > li.active > a {
    border-top:4px solid #05868E;
}
.enumenu_ul > li ul {
    display: none
}
.enumenu_ul ul li {
    width: 100%;
    margin: 0;
    margin-left: 0px;
    list-style: none;
    position: relative;
    display: inline-block;
    border:none;

}
.enumenu_ul ul li:last-child {margin: 0px; border-bottom: none;}
.enumenu_ul.desk ul {
    text-align: left;
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 0px;
    position: absolute;
    min-width: 180px;
    background: #fff;
    margin-top: 0;
    -webkit-box-shadow: 0 11px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 11px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow:0 11px 16px 0px rgba(0, 0, 0, 0.1);
}
/*Sub menu styles*/

.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}
.enumenu_ul.desk li:hover > ul {
    display: block;
    opacity: 1;
}
.enumenu_ul.desk .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}
.enumenu_ul.desk ul li a {
    padding: 10px 25px;
    display: block;
    color: #39424e;
    font-size: 17px;
}
.enumenu_ul.desk ul li a span { width: 100%; display: inline-block; line-height: 18px;}
.enumenu_ul.desk ul li a strong {width: 100%; display: inline-block;color: #b7c9cc; font-size: 12px; font-weight: normal;}

.enumenu_ul.desk ul li:hover > a {
    color: #005776;
}
.enumenu_ul .arrow {
    position: absolute;
    left: auto;
    top: 7px;
    margin-left: -35px;
    width: 30px;
    height: 30px;
    background: url('https://explore.kerry.com/rs/117-TLU-222/images/u1590085025726_plus.png') no-repeat center center;
    -webkit-background-size: 13px auto;
    -moz-background-size: 13px auto;
    background-size: 13px auto;
    cursor: pointer;
    z-index: 999
}
.enumenu_ul .arrow.up {
    background: url('https://explore.kerry.com/rs/117-TLU-222/images/u1590085025726_minus.png') no-repeat center center;
    -webkit-background-size: 13px auto;
    -moz-background-size: 13px auto;
    background-size: 13px auto;  
}
@media (max-width: 900px) {
    header {
        padding-top: 0;
    }
    .enumenu_ul {
        display: none
    }
    .menu-block {
        height: auto;
    }
    .menu-icon {
        display: block
    }
    .services-detail a.pba-detail {
        border-bottom: 2px solid #d3d9da;
    }
    .enumenu_ul > li {
        width: 100%;
        margin: 0px;
        padding: 0px;
        border: 1px solid #e7eeef;
        margin-top: -1px;
    }
    .enumenu_ul > li > a {
        display: block;
        text-align: center;
        padding: 8px;
        border-bottom: none;
    }
    .enumenu_ul > li:hover > a, .enumenu_ul > li.active > a {border-bottom: none; color: #005776;}
  .enumenu_ul ul li {border-bottom: none;}
  
    .enumenu_ul {
        width: 100%;
        margin-top: 20px;
        
    }
    .enumenu_ul > li ul {
        background: #D1D1D1;
    }
    
    .enumenu_ul > li ul a {
        text-align: center;
        display: block;
        text-align: center;
        color: #000;
        padding: 8px 6px;
        border-bottom: 1px solid #e7eeef;
        background: #f7f7f7;
    }
    .enumenu_ul > li ul a:hover {background: #005776; color: #fff;}
    .enumenu_ul > li ul a:first-child {border-top: 1px solid #e7eeef;}
    .enumenu_ul > li ul a:last-child {border-bottom: none;}
    .enumenu_ul > li ul a strong {font-weight: normal; font-size: 12px; width: 100%; display: inline-block; }
  
    /* Push Menu */
    body.menuslide_push {
        position: relative;
    }
    body.menuslide_push.slidemenuLeft {
        left: 0;
        transition: left 0.5s;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -o-transition: left 0.5s;
    }
    body.menuslide_push.slidemenuRight {
        right: 0;
        transition: right 0.5s;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        -o-transition: right 0.5s;
    }
    body.slidemenuRight .enumenu_ul {
        right: -300px;
    }
    body.slidemenuRight.menu-open .enumenu_ul {
        right: 0;
    }
    body.slidemenuLeft .enumenu_ul {
        left: -300px;
    }
    body.slidemenuLeft.menu-open .enumenu_ul {
        left: 0;
    }
    body.menuslide_push.slidemenuLeft.menu-open {
        left: 300px
    }
    body.menuslide_push.slidemenuRight.menu-open {
        right: 300px
    }
    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul {
        background: #000000 none repeat scroll 0 0;
        display: block;
        height: 100%;
        max-height: 100%;
        width: 100%;
        overflow: auto;
        position: fixed;
        transition: all 0.5s ease 0s;
        max-width: 300px;
        top: 0;
    }
}